-
Notifications
You must be signed in to change notification settings - Fork 4k
[TaskFlow MCP] #866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
TaskFlow MCP 🔄✅A task management Model Context Protocol (MCP) server for planning and executing tasks with AI assistants. 🌟 OverviewTaskFlow MCP is a specialized server that helps AI assistants break down user requests into manageable tasks and track their completion. It enforces a structured workflow with user approval steps to ensure tasks are properly tracked and users maintain control over the process. ✨ Features
🚀 InstallationGlobal Installationnpm install -g @pinkpixel/taskflow-mcp Local Installationnpm install @pinkpixel/taskflow-mcp 🛠️ UsageStarting the ServerIf installed globally: taskflow-mcp If installed locally: npx taskflow-mcp ConfigurationBy default, TaskFlow MCP saves tasks to TASK_MANAGER_FILE_PATH=/path/to/tasks.json taskflow-mcp MCP ConfigurationTo use TaskFlow MCP with AI assistants, you need to configure your MCP client to use the server. Create an {
"mcpServers": {
"taskflow": {
"command": "npx",
"args": ["-y", "@pinkpixel/taskflow-mcp"],
"env": {
"TASK_MANAGER_FILE_PATH": "/path/to/tasks.json"
}
}
}
} 🔄 WorkflowTaskFlow MCP enforces a specific workflow:
For AI assistants to consistently follow this workflow, see the example-system-prompt.md file for system prompts you can add to your assistant's instructions. 🧰 Available ToolsTaskFlow MCP exposes the following tools to AI assistants:
|
Server: TaskFlow MCP
URL: https://github.com/Aekkaratjerasuk/taskflow-mcp ------> Change to https://github.com/pinkpixel-dev/taskflow-mcp
Author: @Aekkaratjerasuk -------> Change to @pinkpixel
My npm package is @pinkpixel-dev/taskflow-mcp
I made this server - it has a ton of configuration options and things that aren't the page and it has a schema to install. I'd like to claim it so I can update all of that information.
Here is the link to my original repository:
https://github.com/pinkpixel-dev/taskflow-mcp
And I am attaching the actual readme with all the configuration options, schema, the npx commmand to run the server remotely that links to my npmjs package, and all the tool parameters and instructions.
README (2).md
The text was updated successfully, but these errors were encountered: